home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / 3dpm12.zip / 3DPM.DOC next >
Text File  |  1992-09-07  |  4KB  |  136 lines

  1.  
  2. * 3D Play Manager *  v1.2  Copyright (c) Walter Feller 1992
  3.  
  4.     ANoTHeR BBS - 619-244-3675 - N81, 300-2400, 24 Hrs,..
  5.  
  6.                       A 3 Dollar Utility
  7.                    (For WildCat 3.x Systems)
  8.  
  9. Introduction;
  10.  
  11. Play Manager will let a caller choose all the doors a caller
  12. wants to play and, then play them in the selected order with-
  13. out returning to the door menu after each door is finished.
  14.  
  15.  
  16. Play Manager, when properly setup will,..
  17.  
  18.         Use the existing DOORS.BBS file to display
  19.         doors to the caller
  20.  
  21.         Utilize existing Door##.Bat files
  22.  
  23.         Update the doors played to an activity log
  24.  
  25.         Check to make sure Play Manager does not
  26.         call itself (prevents looping)
  27.  
  28.         Filter WC @CODES@ from the first line of
  29.         the DOORS.BBS file
  30.  
  31.  
  32. Play Manager does not,..
  33.  
  34.         Work on ports other than COM1 or COM2
  35.  
  36.         Work on Door##.RUN files
  37.  
  38.         Have color
  39.  
  40.         Let a caller exit Play Manager until all the doors
  41.         are played
  42.  
  43. Most of the "nots" will be corrected in future versions.
  44.  
  45.  
  46. Operation;
  47.  
  48.         When Play Manager is executed, it will display
  49.         the DOORS.BBS (or any other) file to the caller
  50.         just as if they were looking at the regular WC
  51.         door menu.
  52.  
  53.         The caller then selects the doors they wish to
  54.         play in one of the following formats;
  55.  
  56.         1,2,3,10,12
  57.  
  58.         1 2 3 10 12
  59.  
  60.         1/2/3/10/12
  61.  
  62.         1\2\3\10\12
  63.  
  64.         1-2-3-10-12
  65.  
  66.         1.2.3.10.12
  67.  
  68.         Play Manager will then go through and execute each
  69.         door in the listed order.
  70.  
  71.         As each door is entered, Play Manager will append
  72.         the time and door number to an activity log.
  73.  
  74.         When all of the doors selected have been played,
  75.         Play Manager will return to the DOOR menu screen.
  76.  
  77. Setup
  78.  
  79.         Copy the 3DPM##.EXE either somewhere on your
  80.         command path or in the directory it is to be ran
  81.         from.  I place my copy on my path.
  82.  
  83.         Play Manager requires both a 3DPM.CFG file and of
  84.         course a Door##.Bat file to operate.
  85.  
  86.         3DPM.CFG   (configuration file)
  87.  
  88.         00000000000             <--- Key Number (may be left blank)
  89.         ANoTHeR BBS             <--- Name of BBS
  90.         C:\WC30\WCWORK\NODE1    <--- Path to DOOR.SYS
  91.         C:\WC30\DISP\DOORS.BBS  <--- Path/name of door display file
  92.         C:\WC30                 <--- Path to DOOR##.BAT files
  93.         C:\WC30\ACTIVITY.001    <--- Path/name of activity log
  94.         DOOR1                   <--- Name of DOOR##.BAT that
  95.                                      contains Play Manager
  96.                                      (prevents recursion)
  97.  
  98.         DOOR##.BAT (3DPM batch file)
  99.  
  100.         3DPM12 3DPM.CFG         <--- Command line for Play Manager
  101.  
  102.         The .CFG file can be named anything, it can even
  103.         have a path imbedded
  104.  
  105. Disclaimer,
  106.  
  107.         I built this program the best I could and tested it
  108.         on my WildCat 3.x single node system and it works
  109.         great for me.  However, you use this program at your
  110.         own risk and are ultimately responsible for any dam-
  111.         ages you feel it may have incurred on your system.
  112.  
  113. Registration,
  114.  
  115.         At this time, registration brings no benefit other
  116.         than the satisfaction of knowing you provided a little
  117.         encouragement to a shareware author.  Hopefully this
  118.         will change in the near future.  Until then feel free
  119.         to send me a registration donation of $2.95 or more
  120.         to keep your name on file and buy me a couple Pepsi's.
  121.  
  122.         Send your check or money order to,.
  123.  
  124.         Walter Feller
  125.         6003 Saturn
  126.         Mira Loma, CA. 91752
  127.  
  128.         And give us a call at ANoTHeR BBS
  129.                               619-244-3675
  130.                               Hesperia, CA.
  131.  
  132. Anyway, have some fun!
  133.  
  134. Walter Feller
  135.  
  136.